home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / fa_edit.zip / FA-EDIT.BAK < prev    next >
Text File  |  1995-01-01  |  16KB  |  349 lines

  1.                             First ADE SoftWear
  2.                             Allen D. Evans
  3.                             Box 107
  4.                             Frankfort, Ohio 45628
  5.                             U.S.A.
  6.  
  7.                             (049) 06371-43384
  8.  
  9. Foreword
  10. ════════
  11.     I decided to write my own word processor/text editor in late 1993.  A
  12. computational program I use daily produces files averaging 50,000 to 200,000
  13. bytes (i.e., characters) in size.  These files can exceed 500,000 bytes and,
  14. on occasion, grow to 2 or 3 megabytes (2,000,000 to 3,000,000 characters).
  15. Creating and proofing a document so large requires creating and proofing
  16. numerous subunits and then using the
  17.     "COPY file1 + file2 + file3 + file4 enddoc.txt"
  18. technique to produce the end product.  This is cumbersome, time consuming,
  19. and error prone.
  20.  
  21.     Making matters worse, high-end word processors capable of handling
  22. these large programs have the bad habit of corrupting the formatting.
  23. Microsoft's Edit, which is otherwise perfect, dies after approximately
  24. 128,000  bytes, and Edlin, which handles large files surprisingly well by
  25. swapping pages into and out of memory, just isn't friendly enough.
  26.  
  27.     So, necessity being the mother of invention, First ADE Edit was born.
  28. Version 1.0 , a 64kB editor, is more complete than Microsoft's Edit included
  29. in MSDOS version 5/6.xx.  First ADE Edit version 1.0 can't read 3 megabyte
  30. files (yet) but it can open multiple files at once (approximately seven
  31. 50,000 byte files at a time) and write out to 256 columns.  If requested,
  32. First ADE Edit can be produced to write out to 1024 or more columns.  See
  33. the table below for a comprehensive list of First ADE Edit's abilities.
  34.  
  35. Options                                    First ADE Edit  │    MS Edit
  36. ───────────────────────────────────────────────────────────┼────────────────
  37. Read files larger than 1 megabyte                 No       │      No
  38.                                                            │
  39. Work with numerous files at once                 Yes       │      No
  40.                                                            │
  41. Ability to Zoom, Size, Tile, and Cascade windows Yes       │      No
  42.                                                            │
  43. Max number of columns                            256       │     256
  44.                                                            │
  45. Print                                        Yes - limited │     Yes
  46.                                                            │
  47. Ability to shell to DOS                          Yes       │      No
  48.                                                            │
  49. Undo command to remove mistakes                  Yes       │      No
  50.                                                            │
  51. Editable Clipboard - make changes to items                 │
  52.    before pasting into your document             Yes       │      No
  53.                                                            │
  54. Search ability, once or multiple times           Yes       │     Yes
  55.                                                            │
  56. Search and Replace                               Yes       │     Yes
  57.                                                            │
  58. Tools such as: (courtesy Borland, Inc.)                    │
  59.    ASCII Table                                   Yes       │      No
  60.    Four Function Calculator                      Yes       │      No
  61.    Monthly Calendar (1776 'til 3000, at least)   Yes       │      No
  62.    Sliding Block Puzzle (just for fun)           Yes       │      No
  63.    Clock                                         Yes       │      No
  64.                                                            │
  65. Working Hot Keys on status line                  Yes       │      No
  66.                                                            │
  67. Multi-lingual editions (all in one program)      Yes       │      No
  68.                                                            │
  69. Works on ANY computer with ANY version of DOS    Yes       │      No
  70.  
  71.     Several major, and a few minor, improvements are planned to Edit.
  72. Toggle-able word wrap is planned for the near term.
  73.  
  74.     Edit will remain an ASCII only text editor.  The next task at hand
  75. is Word.  Word will be a superset of Edit, with text formatting capabilities,
  76. e.g., left/center/right justification, headers and footers, underline, bold,
  77. single and double spaced text, etc.
  78.  
  79.     If Edit and Word prove successful Works will follow.  Works will
  80. contain a word processor, database, spreadsheet, and maybe graphics and
  81. communications.  In short, it will be a complete integrated environment.
  82. I plan to include similar features as those currently found in other "Works"
  83. programs.  Works may debut in 1996 - plenty of things will keep me busy 'til
  84. then.
  85.  
  86. Getting Started
  87. ═══════════════
  88.  
  89.    Installation
  90.    ────────────
  91.    Installation can be accomplished manually or with the included program,
  92.    INSTALL.BAT.
  93.  
  94.    Manual Installation
  95.    ───────────────────
  96.    Decide where to store Edit, perhaps in C:\EDIT
  97.    ─> For example, to create C:\EDIT type: MD C:\EDIT and copy the
  98.       contents to that directory.
  99.    ─> Or copy the diskette's contents to an existing directory of your
  100.       choice, like C:\DOS.
  101.  
  102.    Update your PATH, if necessary.  PATH, found in the AUTOEXEC.BAT file
  103.    enables your computer to execute First ADE Edit easily.
  104.  
  105.    Automated Installation
  106.    ──────────────────────
  107.    Decide where to store Edit.  Like the above example, perhaps in C:\EDIT.
  108.    To install Edit type: INSTALL C:\EDIT.
  109.    ─> The program will create the directory, copy Edit into it, and,
  110.       optionally, update your path, which the computer searches to find Edit.
  111.    ─> The install file makes a grand attempt to update the PATH.  In case
  112.       things don't work, which they may not if you load Microsoft Windows or
  113.       a DOS Shell from the AUTOEXEC.BAT, you can update the PATH yourself.
  114.       With First ADE's Edit (of course) add a semi-colon and the new
  115.       directory name (e.g., C:\EDIT) to the end of the PATH statement.
  116.  
  117.       For example: PATH=C:\;C:\DOS;C:\WINDOWS;C:\Edit
  118.                                              ^^^^^^^^
  119.                                              CHARACTERS ADDED
  120.  
  121.    After Edit is installed per the instructions, simply type: FAE
  122.    (First Aid Edit) anywhere in the computer to enjoy your new text editor.
  123.  
  124. Starting First ADE Edit
  125. ═══════════════════════
  126.     DOS is not case sensitive.  To DOS edit looks the same as EDIT, the
  127. same applies to c:\windows\win.ini and C:\WINDOWS\WIN.INI.  Typing any
  128. combination of these upper and lower case characters will obtain the desired
  129. results.  Edit is started by typing the command FAE plus any command-line
  130. parameters.  
  131.  
  132.    ─> An example would be: FAE autoexec.bat config.sys.
  133.  
  134.     Files from anywhere on the computer can be started by adding the
  135. file's complete path.  For example, if you are in the C:\UTILITY directory
  136. and the PATH contained the directory where Edit is located, then:
  137.  
  138.    ─> FAE c:\windows\win.ini c:\windows\system\sys.ini c:\ndos.ini
  139.  
  140. would start Edit and open those three files.  The last file, in this case
  141. C:\NDOS.INI, is left on top to show how many files Edit was able to load
  142. into memory.
  143.  
  144. Keyboard and Mouse Conventions
  145. ══════════════════════════════
  146.    ─> Alt─1, means to press and hold down the Alt key and then press the 1
  147.       key.  After doing this a window with that number (see the upper right
  148.       hand corner of the window containing this text for an example), if it
  149.       exists, will be brought to the front for editing.
  150.  
  151.    ─> Alt─F, is similar to the Alt─1 explained above.  Alt─letter
  152.       combinations in Edit act on menus.  Typing Alt─F in the English menu
  153.       system opens the File menu, typing N would then open a blank screen to
  154.       start a new document.  The same command can be written as: Alt─F, N.
  155.  
  156.    ─> F2, and Shift─ and Alt─ variations of the function keys (often called
  157.       Hotkeys), perform actions on a global basis in Edit.  These options are
  158.       listed in the menus beside other commands.  Pressing F2 will
  159.       immediately start the File Open dialog.  Alt─F2 will save the current
  160.       document, etc.  See the menu to find out which function keys/Hotkeys
  161.       are assigned to which actions.
  162.  
  163.       The function keys/Hotkeys in Edit are more logically arranged than any
  164.       other word processor I've yet seen.  Per computer standards, F1, and
  165.       its variations, are assigned to the Help function.  Except for the
  166.       Options Menu, each menu is assigned its own function key, they are
  167.       overviewed below:
  168.  
  169.                     Associated Function Key
  170.     Menu     │  or Hot Key
  171.         ─────────┼─────────────────────────
  172.         File     │  F2
  173.         Edit     │  F3
  174.         Search   │  F4
  175.         Format*  │  F5
  176.         Options**│  F6
  177.         Window   │  F7
  178.         Help     │  F1
  179.  
  180.       * Menu not implemented in Edit, function key is reserved for upcoming
  181.       release of Word.
  182.       ** Function key not applicable to types of commands available, function
  183.       key is reserved to maintain consistency.
  184.  
  185.    ─> Alt─X, (eXit) is a global command which will exit from Edit, prompting
  186.       you to save documents, if necessary.
  187.  
  188.    ─> Clicking with the mouse is accomplished by positioning the mouse cursor
  189.       over an item and pressing the left mouse button once.
  190.  
  191.    ─> Dragging with the mouse is accomplished by positioning the mouse cursor
  192.       over an object; pressing and holding the left mouse button down, moving
  193.       the mouse to the new position; and releasing the left mouse button.
  194.  
  195. First ADE's Pieces and Parts
  196. ════════════════════════════
  197.     Edit's screen has more operationally active surfaces than you might
  198. initially realize.
  199.  
  200.    Three areas are most obvious.
  201.    ─> The Menu Line
  202.       ═════════════
  203.       The Menu Line sits at the top of the screen.  It holds the Menu Items
  204.       which access Edit's many options.
  205.  
  206.       You select the Menu Items by clicking on them with a mouse or using
  207.       the Alt─letter combination described above.
  208.  
  209.    ─> The Desktop
  210.       ═══════════
  211.       The Desktop occupies the middle of the screen.  The windows holding the
  212.       documents occupy this space.  Numerous surfaces are available here.  If
  213.       selectable, the surfaces here are available only with a mouse.
  214.       However, the same effects are possible with the keyboard.
  215.  
  216.       (LEGEND: Button Name; Menu Combination; Hotkey)
  217.       [_] Close Window Button; Alt─F, C; F─2
  218.       ──────────────────────────────────────
  219.       Pressing this button closes the window.  If the document has been
  220.       modified you are prompted to save it.
  221.  
  222.       Title
  223.       ─────
  224.       You can not modify the Title unless you save the document with a
  225.       different name.  A new document's Title states Untitled.  To move a
  226.       document's window, click on the title and drag the window to its new
  227.       position.
  228.  
  229.       Window Number; Alt─W, N; F7
  230.       ───────────────────────────
  231.       The Window Number is the number used with the Alt─number combination
  232.       described above.
  233.  
  234.       [Double Arrow] Zoom Button; Alt─W, Z; Alt─F7
  235.       ────────────────────────────────────────────
  236.       This button will toggle between a maximized and reduced window size.
  237.       Each window in Edit starts maximized, you would need to resize the
  238.       window before this button is active, because the maximized and reduced
  239.       size are initially equal.
  240.  
  241.       Vertical and Horizontal Scroll Bars; Page Up, Page Down, Home, End
  242.       ──────────────────────────────────────────────────────────────────
  243.       The Scroll Bars move you quickly through the document and show your
  244.       position in the document relative to the entire document.  Clicking and
  245.       dragging the button found between the two arrows will speed you through
  246.       the entire document.  The same overall actions are possible with the
  247.       four keyboard keys listed above.
  248.  
  249.       Modification Indicator (Snowflake)
  250.       ──────────────────────────────────
  251.       This symbol, found in the lower left corner, indicates if a document
  252.       has been modified in any way since being opened.  Saving the document
  253.       will remove the Snowflake symbol.
  254.  
  255.       X:Y Position Indicator
  256.       ──────────────────────
  257.       The current cursor position is reflected in these two coordinates.  The
  258.       origin is the document's uppermost top left corner.
  259.  
  260.       ─┘ Sizing Handle; Alt─W, S; Ctrl─F7
  261.       ───────────────────────────────────
  262.       Clicking on and dragging this symbol will resize the window in two
  263.       dimensions.  After resizing a window, Zooming it by any method becomes
  264.       possible.
  265.  
  266.    ─> The Status Line
  267.       ═══════════════
  268.       The Status Line sits at the bottom of the screen.  It holds the Status
  269.       Line Items listing a few of Edit's options and provides Hints to Menu
  270.       Line Items.
  271.  
  272.       You select the Status Line Items by clicking on them with a mouse, or
  273.       using the Hotkey combinations listed.
  274.  
  275. Navigating in First ADE Edit
  276. ════════════════════════════
  277.     From the example in "Starting First ADE Edit" above, you can switch
  278. to WIN.INI by typing Alt─1.  This brings the first window opened to the front
  279. of the screen.  SYS.INI is accessed by typing Alt─2, and NDOS.INI is brought 
  280. back to the front by typing Alt─3.  Repeatedly pressing F7 accomplishes the
  281. task, too.  Window Menu options allow you to resize and move the windows to
  282. have multiple documents visible simultaneously.  If two or more windows are
  283. visible you can also click on the one you want to make it the active window.
  284.  
  285. Registering First ADE Edit
  286. ══════════════════════════
  287.     First ADE Edit is being distributed as Shareware.  It is not a free
  288. program.  If you use Edit for more than 30 days, you should register it by
  289. sending $5, or an equivalent amount in your local currency, to register the
  290. product.  A good indicator if you should register a program is this rule of
  291. thumb:  If you need to accomplish a task and you immediately think of
  292. Shareware product, then you should register the product.
  293.  
  294.     $5 isn't expensive.  Edit is priced to encourage registration.
  295. The money goes to purchase manuals and compilers to increase my abilities to
  296. produce better software.  Also, I'm curious to know how widely distributed
  297. Edit is.
  298.  
  299.     If you want an updated edition of the Edit, the price is $15.
  300. The price covers the updated software registration, the diskette and mailer,
  301. and postage.
  302.  
  303. Use this form when registering or ordering First ADE Edit.
  304.  
  305. Name:____________________________________________
  306.  
  307. Address:_________________________________________
  308.  
  309. Address:_________________________________________
  310.  
  311. Address:_________________________________________
  312.  
  313. Address:_________________________________________
  314.  
  315.  
  316. Action:
  317. ═══════
  318. Partial Registeration   __ $5.00 (or equivalent)
  319. ──> Registers current copy of First ADE Edit.  Also, places you on mailing
  320. list for new versions.
  321.  
  322. Full Registration:      __ $15.00 (or equivalent)
  323. ──> Provides a copy of the current registered version of Edit via diskette
  324. and a printed copy of the User's Manual, entitles you to a free update
  325. software when available, places you on the mailing list for other 'breaking'
  326. information.
  327.  
  328.  
  329. Diskette Size:
  330. ══════════════
  331. Diskette Size Desired:    __ 5.25"
  332.             __ 3.5"
  333.  
  334.  
  335. Misc. Information (if known):
  336. ═════════════════════════════
  337. (type VER at command line)
  338. DOS Version:        _____      __ Huh?
  339.  
  340. Windows:        __ Y __ N  __ Huh?    Version: _____
  341.  
  342. (use CPU-NDP.COM utility provided)
  343. CPU Type:        _____ (8088, 8086, 286, 386, 486, or 586)
  344. FPU:            __ Y  __ N  __ Huh?
  345.  
  346. (try typing MEM at command line)
  347. Extended Memory:    __ Y  __ N  __ Huh?    Amount: _____
  348.  
  349. Expanded Memory:    __ Y  __ N  __ Huh?    Amount: _____